AttributionDialogManager

Responsible for managing attribution interactions on the map.

When the user clicks the attribution icon, onClick will be invoked. An attribution dialog will be shown to the user with contents based on the attributions found in the map style.

Constructors

Link copied to clipboard
open fun AttributionDialogManager(@NonNull context: Context, @NonNull mapboxMap: MapboxMap)

Functions

Link copied to clipboard
open fun onClick(@NonNull view: View)
open fun onClick(dialog: DialogInterface, which: Int)
Link copied to clipboard
open fun onStop()